projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522fb95
)
(Fdefvar): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 20 Jul 2005 15:51:52 +0000
(15:51 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 20 Jul 2005 15:51:52 +0000
(15:51 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 940d496d90077de90e03750a2592a23f2be14500..46ad3f48df6e6fb54e2612a266abd2179f05520c 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-779,7
+779,7
@@
The return value is BASE-VARIABLE. */)
DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0,
- doc: /* Define SYMBOL as a variable.
+ doc: /* Define SYMBOL as a variable
, and return SYMBOL
.
You are not required to define a variable in order to use it,
but the definition can supply documentation and an initial value
in a way that tags can recognize.